github.com/refraction-networking/utls.clientHandshakeStateTLS13.certReq (field)
10 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L37: certReq *certificateRequestMsgTLS13
handshake_client_tls13.go#L790: hs.certReq = certReq
handshake_client_tls13.go#L931: if hs.certReq == nil {
handshake_client_tls13.go#L943: AcceptableCAs: hs.certReq.certificateAuthorities,
handshake_client_tls13.go#L944: SignatureSchemes: hs.certReq.supportedSignatureAlgorithms,
handshake_client_tls13.go#L955: certMsg.scts = hs.certReq.scts && len(cert.SignedCertificateTimestamps) > 0
handshake_client_tls13.go#L956: certMsg.ocspStapling = hs.certReq.ocspStapling && len(cert.OCSPStaple) > 0
handshake_client_tls13.go#L970: certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
u_public.go#L98: certReq: chs.State13.CertReq.toPrivate(),
u_public.go#L118: CertReq: chs13.certReq.toPublic(),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |